const go/types._InvalidSend

4 uses

	go/types (current package)
		errorcodes.go#L549: 	_InvalidSend
		stmt.go#L423: 			check.invalidOp(inNode(s, s.Arrow), _InvalidSend, "cannot send to %s: no core type", &ch)
		stmt.go#L428: 			check.invalidOp(inNode(s, s.Arrow), _InvalidSend, "cannot send to non-channel %s", &ch)
		stmt.go#L432: 			check.invalidOp(inNode(s, s.Arrow), _InvalidSend, "cannot send to receive-only channel %s", &ch)